﻿2026-07-15T11:53:12.4054199Z ##[group]Run actions/checkout@v5
2026-07-15T11:53:12.4054947Z with:
2026-07-15T11:53:12.4055604Z   fetch-depth: 0
2026-07-15T11:53:12.4055988Z   repository: BigscreenVR/spt-bs-core
2026-07-15T11:53:12.4059047Z   token: ***
2026-07-15T11:53:12.4059489Z   ssh-strict: true
2026-07-15T11:53:12.4059847Z   ssh-user: git
2026-07-15T11:53:12.4060224Z   persist-credentials: true
2026-07-15T11:53:12.4060615Z   clean: true
2026-07-15T11:53:12.4060971Z   sparse-checkout-cone-mode: true
2026-07-15T11:53:12.4061386Z   fetch-tags: false
2026-07-15T11:53:12.4061753Z   show-progress: true
2026-07-15T11:53:12.4062116Z   lfs: false
2026-07-15T11:53:12.4062455Z   submodules: false
2026-07-15T11:53:12.4062822Z   set-safe-directory: true
2026-07-15T11:53:12.4063463Z ##[endgroup]
2026-07-15T11:53:12.4893473Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-15T11:53:12.4895249Z ##[group]Getting Git version info
2026-07-15T11:53:12.4895993Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-15T11:53:12.4897067Z [command]/usr/bin/git version
2026-07-15T11:53:12.4922725Z git version 2.43.0
2026-07-15T11:53:12.4940911Z ##[endgroup]
2026-07-15T11:53:12.4954208Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d0d9338e-9b31-48cb-adc3-0b9e5aed2d00' before making global git config changes
2026-07-15T11:53:12.4955640Z Adding repository directory to the temporary git global config as a safe directory
2026-07-15T11:53:12.4957676Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-15T11:53:12.4994359Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-15T11:53:12.5015442Z https://github.com/BigscreenVR/spt-bs-core
2026-07-15T11:53:12.5027050Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-15T11:53:12.5029948Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-15T11:53:12.5049751Z refs/heads/main
2026-07-15T11:53:12.5057267Z [command]/usr/bin/git checkout --detach
2026-07-15T11:53:12.5100815Z HEAD is now at cff7c1f Merge pull request #3 from BigscreenVR/build/forkening-w3-docs-server
2026-07-15T11:53:12.5131341Z [command]/usr/bin/git branch --delete --force main
2026-07-15T11:53:12.5153582Z Deleted branch main (was cff7c1f).
2026-07-15T11:53:12.5157103Z ##[endgroup]
2026-07-15T11:53:12.5159314Z [command]/usr/bin/git submodule status
2026-07-15T11:53:12.5347824Z ##[group]Cleaning the repository
2026-07-15T11:53:12.5348564Z [command]/usr/bin/git clean -ffdx
2026-07-15T11:53:13.3287892Z Removing target/
2026-07-15T11:53:13.3296261Z [command]/usr/bin/git reset --hard HEAD
2026-07-15T11:53:13.3344652Z HEAD is now at cff7c1f Merge pull request #3 from BigscreenVR/build/forkening-w3-docs-server
2026-07-15T11:53:13.3349442Z ##[endgroup]
2026-07-15T11:53:13.3350497Z ##[group]Disabling automatic garbage collection
2026-07-15T11:53:13.3353530Z [command]/usr/bin/git config --local gc.auto 0
2026-07-15T11:53:13.3379325Z ##[endgroup]
2026-07-15T11:53:13.3380455Z ##[group]Setting up auth
2026-07-15T11:53:13.3384534Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-15T11:53:13.3409184Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-15T11:53:13.3601187Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-15T11:53:13.3628441Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-15T11:53:13.3812180Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-15T11:53:13.3840353Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-15T11:53:13.4024933Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-15T11:53:13.4053827Z ##[endgroup]
2026-07-15T11:53:13.4055759Z ##[group]Fetching the repository
2026-07-15T11:53:13.4068270Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +788a12efe4389ff29b9704869fdd3f9e619fcc5f:refs/remotes/pull/4/merge
2026-07-15T11:53:14.0215781Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-15T11:53:14.0216797Z  * [new branch]      build/forkening-w4-update-ux             -> origin/build/forkening-w4-update-ux
2026-07-15T11:53:14.0217608Z  * [new ref]         788a12efe4389ff29b9704869fdd3f9e619fcc5f -> pull/4/merge
2026-07-15T11:53:14.0254000Z ##[endgroup]
2026-07-15T11:53:14.0254976Z ##[group]Determining the checkout info
2026-07-15T11:53:14.0255822Z ##[endgroup]
2026-07-15T11:53:14.0259420Z [command]/usr/bin/git sparse-checkout disable
2026-07-15T11:53:14.0302937Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-15T11:53:14.0329996Z ##[group]Checking out the ref
2026-07-15T11:53:14.0333092Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/4/merge
2026-07-15T11:53:14.0490726Z Previous HEAD position was cff7c1f Merge pull request #3 from BigscreenVR/build/forkening-w3-docs-server
2026-07-15T11:53:14.0492833Z HEAD is now at 788a12e Merge 66e930ce3a3c356f5ad4d9391c5625eedc15a3ca into cff7c1f5b1f6c072e794a38127835df88f960ee4
2026-07-15T11:53:14.0499864Z ##[endgroup]
2026-07-15T11:53:14.0540023Z [command]/usr/bin/git log -1 --format=%H
2026-07-15T11:53:14.0561684Z 788a12efe4389ff29b9704869fdd3f9e619fcc5f
